home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / uip / ucbmail / local.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-06-03  |  1.0 KB  |  62 lines

  1. /*
  2.  *  L O C A L . H 
  3.  *
  4.  *  EE/CIS Computer Lab
  5.  *  Department of Computer and Information Sciences
  6.  *  Department of Electrical Engineering
  7.  *  University of Delaware
  8.  *
  9.  *  REVISION HISTORY:
  10.  *
  11.  *  $Revision: 1.3 $
  12.  *
  13.  *  $Log:    local.h,v $
  14.  * Revision 1.3  85/11/16  15:54:31  galvin
  15.  * Added include of v7.local.h if 4_2BSD is defined.
  16.  * 
  17.  * Revision 1.2  85/11/16  15:53:32  galvin
  18.  * Added comment header for revision history.
  19.  * 
  20.  *
  21.  */
  22.  
  23. /*
  24.  * Copyright (c) 1980 Regents of the University of California.
  25.  * All rights reserved.  The Berkeley software License Agreement
  26.  * specifies the terms and conditions for redistribution.
  27.  *
  28.  *    @(#)local.h    5.1 (Berkeley) 6/6/85
  29.  */
  30.  
  31. #ifdef V4_2BSD
  32. #include "./v7.local.h"
  33. #endif
  34.  
  35. #ifdef V4_1BSD
  36. #include "./v7.local.h"
  37. #endif
  38.  
  39. #ifdef V7
  40. #include "./v7.local.h"
  41. #endif
  42.  
  43. #ifdef CORY
  44. #include "./c.local.h"
  45. #endif
  46.  
  47. #ifdef INGRES
  48. #include "./ing.local.h"
  49. #endif
  50.  
  51. #ifdef V6
  52. #include "./v6.local.h"
  53. #endif
  54.  
  55. #ifdef CC
  56. #include "./cc.local.h"
  57. #endif
  58.  
  59. #ifdef V40
  60. #include "./40.local.h"
  61. #endif
  62.